  /* ------- General SRT ------- */

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*:focus {
    outline: none !important;
}

*:link,
*:visited {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
    padding: 0;
}

.hp_block {
    padding: 20px;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
}

.hp_block_txt1 {
    font-size: 1.5rem;
}

.hp_block_txt2 {
    font-size: 1.25rem;
}

.hp_block_txt3 {
    font-size: 1rem;
}

.hp_block_display {
    padding: 20px;
    font-family: 'FormaDJR Display', Arial, Helvetica, sans-serif;
}

.hp_limit {
    max-width: 1200px;
    margin: 0 auto;
}

.hp_line {
    background-color: #000000;
    height: 1px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hp_line-white {
    background-color: #ffffff;
    height: 1px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hp_line-margin {
    background-color: #000000;
    height: 1px;
    width: 100%;
    margin: 20px 0;
}

.hp_line-margin-int {
    background-color: #000000;
    height: 1px;
    width: 100%;
    margin: 5px 0;
}

.hp_line-margin-slide {
    background-color: #000000;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}

.banner {
    position: relative;
    overflow: hidden;
}

.intro_img-txt {
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    font-family: 'FormaDJR Micro';
    color: #ffffff;
}

.intro_img-txt_cont {
    padding: 20px;
}

.intro_img-txt_upper {
    margin: 0 0 15px 0;
    font-size: 3rem;
    line-height: 40px;
}

.intro_img-txt_lower {
    margin: 15px 0 0 0;
    font-size: 2rem;
    line-height: 28px;
}

.banner_video,
.banner_image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.video,
.image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.hp_button {
    background-color: #000000;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 10px;
    width: 25%;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
    border: none;
}

@media only screen and (max-width: 768px) {
    .hp_block_display {
        padding: 15px;
        font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    }

    .hp_block {
        padding: 15px;
    }

    .hp_block_txt1 {
        font-size: 1.25rem;
    }

    .hp_block_txt2 {
        font-size: 1rem;
    }

    .hp_block_txt3 {
        font-size: .75rem;
    }

    .hp_line-margin {
        margin: 15px 0;
    }

    .hp_button {
        padding: 5px;
        width: 100%;
        max-width: unset;
    }

    .intro_img-txt {
        font-size: 2rem;
        line-height: 30px;
    }

    .intro_img-txt_cont {
        padding: 15px;
    }

    .intro_img-txt_upper {
        font-size: 2rem;
        line-height: 28px;
    }

    .intro_img-txt_lower {
        font-size: 1.25rem;
        line-height: 18px;
    }

    .hp_line-margin-slide {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 425px) {
    .hp_block_txt1 {
        font-size: 1rem;
    }

    .hp_block_txt2 {
        font-size: .75rem;
    }

    .intro_img-txt {
        font-size: 1rem;
        line-height: 15px;
    }

    .intro_img-txt_upper {
        font-size: 1.5rem;
        margin: 0 0 5px 0;
    }

    .intro_img-txt_lower {
        font-size: 1rem;
        margin: 5px 0 0 0;
    }
}

/* ------- General END ------- */

/* ------- Help SRT ------- */

.help_button {
    background-color: #000000;
    position: fixed;
    z-index: 1;
    top: 40vh;
    right: 20px;
    width: auto;
    height: auto;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    transition: .5s;
}

.sticky_help {
    top: unset;
    bottom: 20px;
    transition: .5s;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.help_icon {
    background-image: url(../img/services_footer/icons/generic_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    height: auto;
    width: 50px;
}

.help_txt {
    color: #ffffff;
    font-size: 1.5rem;
    padding: 15px;
    line-height: 20px;
}

.help_overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    background-color: #f0fecb;
    overflow-y: scroll;
    transition: .5s;
    display: flex;
    flex-direction: column;
}

.help_title {
    background-color: #d3fb66;
}

.help_title_cont {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 3rem;
    line-height: 40px;
}

.closebtnhelp {
    font-size: 4rem;
    text-decoration: none;
    color: #000000;
}

.closebtnhelp:hover{
    text-decoration: none;
    color: #000000;
    opacity: 0.8;
}

.help_subtitle {
    background-color: #e2fc98;
}

.help_subtitle_cont {
    max-width: 768px;
    margin: 0 auto;
}

.help_form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.help_form_upper {
    max-width: 768px;
    margin: 0 auto;
    /* display: flex;
    flex-direction: row; */
}

.slide_nav {
    margin: 15px 0 0 0;
    text-align: center;
}


label {
    font-size: 18px;
}

.help_form_int1,
.help_form_int2,
.help_form_int3,
.help_form_int4,
.help_form_int5 {
    margin: 0 10px 20px 10px;
}

.help_input {
    border: 1px solid #000000;
    background-color: transparent;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    font-size: inherit;
    padding: 5px;
    width: 100%;
    min-width: 250px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    margin: 0 0 20px 0;
}

.input_last {
    margin: 0;
}

.help_form_lower {
    background-color: #bfe5f5;
    flex-grow: 1;
}

.help_form_lower_cont {
    max-width: 768px;
    margin: 0 auto;
}

.checkbox_cont {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.checkbox_cont input {
    margin: 0 10px 0 0;
}

.checkbox_cont label {
    margin: 0 20px 0 0;
}

.help_send_button {
    font-size: 1.25rem;
}

.help_overlay::-webkit-scrollbar {
    width: 8px;
}

.help_overlay::-webkit-scrollbar-track {
    background-color: #000000;
}

.help_overlay::-webkit-scrollbar-thumb {
    background-color: #0096d6;
    border-left: 1px solid #000000;
}

::placeholder {
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000000;
}

::-ms-input-placeholder {
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .help_button {
        top: 40vh;
    }

    .sticky_help {
        top: unset;
        transition: .5s;
        box-shadow: 2px 2px 0 0 rgb(0 0 0 / 25%);
    }

    .help_txt {
        font-size: 1.25rem;
        line-height: 16px;
    }

    .help_icon {
        width: 54px;
        height: 54px;
    }

    .help_form_upper {
        /* flex-direction: column; */
        margin: unset;
    }

    label {
        font-size: 16px;
    }

    .input_last {
        margin: 0 !important;
    }

    .help_input {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .help_input:nth-child(11) {
        margin: 0 0 15px 0;
    }

    .help_title_cont {
        font-size: 2rem;
        line-height: 27px;
    }

    .closebtnhelp {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 425px) {
    .help_button {
        top: unset;
        bottom: 20px;
    }

    .sticky_help {
        top: 20px;
        transition: .5s;
        box-shadow: 0 2px 0 0 rgb(0 0 0 / 25%);
    }

    .help_txt {
        font-size: 1rem;
        flex-grow: 1;
    }

    .help_icon {
        width: 36px;
        height: 36px;
    }

    .help_title_cont {
        font-size: 1.5rem;
        line-height: 22px;
    }

    .closebtnhelp {
        font-size: 2.5rem;
    }

    label {
        font-size: 13px;
    }
}

/* ------- Help END ------- */
   